home *** CD-ROM | disk | FTP | other *** search
/ Aminet 19 / Aminet 19 (1997)(GTI - Schatztruhe)[!][Jun 1997].iso / Aminet / comm / net / localdev.lha / localdev / local0.prefs < prev    next >
Text File  |  1997-04-01  |  734b  |  20 lines

  1. ; Local.device prefs file (ENV:Sana2/local?.prefs)
  2. ;
  3. ; It only contains one config line (aside from
  4. ; the comments). The format of the line (in ReadArgs() style) is:
  5. ;
  6. ; C=CurrentAddress/A,D=DefaultAddress/A,MTU/N/A,BPS/N/A,HWType/N/A
  7. ;
  8. ; where:
  9. ;    CurrentAddress        Our current "hardware" address 128 bits long.
  10. ;    DefaultAddress        Our default "hardware" address 128 bits long.
  11. ;    MTU             Maximum Transmission Unit.
  12. ;    BPS            Bits Per Second.
  13. ;    HWType            Hardware type number (see include:devices/sana2.h).
  14. ;                eg S2WireType_Ethernet = 1 and S2WireType_PPP = 254
  15. ;
  16. ;eg IP=10.0.0.2 MTU=4096 BPS=512k/s HWType=Ethernet (1)
  17. ;becomes C="10.0.0.2" D="10.0.0.2" MTU=1500 BPS=524288 HWType=1
  18. ;
  19. C="10.0.0.2" D="10.0.0.2" MTU=1500 BPS=524288 HWType=1
  20.